ReadKeyValueCacheRepo

fun <Key, Value> ReadKeyValueCacheRepo(parentRepo: ReadKeyValueRepo<Key, Value>, kvCache: KVCache<Key, Value>)